feat(barman): update from 2.17 to 2.19 #618
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Update barman to 2.19 after the upstream docker image was landed in ubc/barman-docker@59f3874.
Barman itself contains these changes from 2.19 and 2.18:
Features
barman diagnose
output date format to ISO8601.current
andlatest
recovery targets for the--target-tli
option ofbarman recover
.barman-cloud-wal-archive
.--tags
option in barman cloud so that backup files and archived WALs can be tagged in cloud storage (aws and azure).barman verify-backup
andbarman generate-manifest
to check if a backup is valid.--credential
option.Bug fixes
barman-wal-archive --test
now returns a non-zero exit code when an error occurs.barman-cloud-check-wal-archive
behaviour when-t
option is used so that it exits after connectivity test.barman recover
now continues when--no-get-wal
is used and"get-wal"
is not set inrecovery_options
.barman show-servers --format=json ${server}
output for inactive server.barman_home
in configuration file.backup_method = postgres
.barman-cloud-check-wal-archive
behavior when bucket does not exist.list-files
output is always sorted regardless of the underlying filesystem.barman-cloud-backup-keep
,barman-cloud-backup-delete
andbarman-cloud-check-wal-archive
added to Python packaging.Issues
Checklist
pre-commit run
docs/